Skip to content

Fix LegacyKeyValueFormat report from docker build: disabled#153224

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
homersimpsons:chore/fix-LegacyKeyValueFormat-disabled
Mar 4, 2026
Merged

Fix LegacyKeyValueFormat report from docker build: disabled#153224
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
homersimpsons:chore/fix-LegacyKeyValueFormat-disabled

Conversation

@homersimpsons
Copy link
Contributor

Part of #152305

Following #153109

r? @marcoieni

@rustbot rustbot added A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue. labels Feb 28, 2026
ENV RUST_CONFIGURE_ARGS --enable-extended
ENV SCRIPT python3 ../x.py dist --host='' --target x86_64-unknown-redox
ENV RUST_CONFIGURE_ARGS="--enable-extended"
ENV SCRIPT="python3 ../x.py dist --host= --target x86_64-unknown-redox"
Copy link
Member

@marcoieni marcoieni Mar 3, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why you edited --host='' to --host=?
same in riscv.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I explained it in #153224 (comment)

Note that if I preserve the '' I have a different output:

SCRIPT_SOURCE=python3 ../x.py --stage 2 test --host= --target riscv64gc-unknown-linux-gnu
SCRIPT_TARGET=python3 ../x.py --stage 2 test --host='' --target riscv64gc-unknown-linux-gnu

From my understanding docker is parsing the quotes with the previous syntax while it does not touch them with the new one.

@marcoieni
Copy link
Member

The disabled jobs can't run in CI. So I will just approve this without running bors try.
If you want to check if these jobs still work you need to run the docker build locally

@marcoieni
Copy link
Member

@bors r+ rollup=always

@rust-bors
Copy link
Contributor

rust-bors bot commented Mar 4, 2026

📌 Commit 4ed3766 has been approved by marcoieni

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Mar 4, 2026
rust-bors bot pushed a commit that referenced this pull request Mar 4, 2026
Rollup of 5 pull requests

Successful merges:

 - #153341 (std: refactor Xous startup code)
 - #152816 (Check for region dependent goals on type_op itself as well)
 - #153224 (Fix LegacyKeyValueFormat report from docker build: disabled)
 - #153274 (Fix async drop multi crate crash)
 - #153324 (fix autodiff parsing for non-trait impl)
@rust-bors rust-bors bot merged commit 93838f1 into rust-lang:main Mar 4, 2026
11 checks passed
@rustbot rustbot added this to the 1.96.0 milestone Mar 4, 2026
rust-timer added a commit that referenced this pull request Mar 4, 2026
Rollup merge of #153224 - homersimpsons:chore/fix-LegacyKeyValueFormat-disabled, r=marcoieni

Fix LegacyKeyValueFormat report from docker build: disabled

Part of #152305

Following #153109

r? @marcoieni
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-CI Area: Our Github Actions CI A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-infra Relevant to the infrastructure team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants